NetworkAsyncCallback

A common interface for all asynchronous network service callbacks must extend.

Inheritors

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.